Make C-x ` binding just once.
authorRichard M. Stallman <rms@gnu.org>
Wed, 26 May 1993 22:36:32 +0000 (22:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 26 May 1993 22:36:32 +0000 (22:36 +0000)
lisp/progmodes/compile.el

index 7bca70da1d863e67bd0984c80bfc77ed3c33b757..88bf0e911cb8366bb30a303ba2d9559c41653ab0 100644 (file)
@@ -1054,8 +1054,6 @@ See variable `compilation-parse-errors-function' for the interface it uses."
   (setq compilation-error-list (nreverse compilation-error-list))
   (message "Parsing error messages...done"))
 
-(define-key ctl-x-map "`" 'next-error)
-
 (provide 'compile)
 
 ;;; compile.el ends here